body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.box-centont {
	max-width: 1440px;
	margin: 30px auto;
	padding: 0 40px;
	box-sizing: border-box;
}

.box-centont-fixed {
	max-width: 1440px;
	margin: 0 auto;
	padding: 30px 40px;
	box-sizing: border-box;
}

.products_item_center {
    display: flex !important;
    justify-content: center;
}

.products_item {
    position: relative;
    width: 200px;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 30px;
}

.products_item > img {
    width: 200px;
    height: 200px;
}

.products_item > img:hover {
    transform: scale(1.1);
    transition: all 1s;
}

.products_item_name {
    position: absolute;
    bottom: 0px;
    color: #ffffff;
    background: #0F050080;
    width: 200px;
    text-align: center;
}

.w-8 {
    width: 80%;
}

.mt-20 {
  margin-top: 4rem;
}

.colla-item {
    height: 45px;
    line-height: 45px;
}

.fw-600 {
    font-weight: 600;
}

.font-color-orange {
    color: #ffb800 !important;
}

.font-hover-orange:hover {
    color: #ffb800 !important;
}